[ Overview ] | [ Topics In Depth ] | [ Reference ] | [ Tutorial ] |
The first two items are handled most neatly by making extensive use of the Show/Hide commands. Consider, for example, figure (a) at right. It shows the head of a 3D figure, viewed from the front with "draw faces" turned off. The edges at the back of the head appear to overlap with those in front, resulting in a complex mess. In some cases, the vertices actually do overlap, making it very difficult to select the desired point.
The solution is to hide the part of the model you're not working on. Suppose we need to work on the front. In (b), the model is viewed from the side, and the back part of the model is being selected. The Hide Selected command is then used to hide these points and vertices in (c). Returning to the front view in (d), only the front edges and vertices are drawn in black and can be selected. This allows us to work on the face without danger of damaging the back of the head. |
|
You can zoom in on (magnify) your model in two ways: either use the zoom buttons (right), or click with the center tool () while holding down the command key.
There's one other trick for editing complex models: do it in parts, then attach the parts together. For example, if your model has bilateral symmetry, you could use the symmetry buttons to create both sides at once. But it might be easier to just create one side, then duplicate, flip, move into position, and attach. To attach, first use the Find Overlaps command (in the Vertex Menu) to select all the pairs of vertices within a specified distance; then use the Combine Overlaps command to combine each pair into a single vertex. A similar approach could let you edit limbs in a separate document, then attach them to a body.
To illustrate, let's use the peanut-shaped object shown at right. (Incidentally, this was created by drawing a set of edges to form the profile, then using the Lathe command.) In the material properties dialog, we can pick one of three types of texture mapping: Planar, Cylindrical, and Spherical. All three types are fit to your model by clicking the "Set" button in the material dialog; this centers and scales the map to just cover the model (or more accurately, the currently selected parts of that material). Then click one of the map types.
The texture sketch (left) in a planar mapping looks much like viewing your model from one of the standard camera views. Superimpose this image on a texture, and you can readily see how the texture lines up with the model. The result of a planar mapping along the Z axis for our peanut is shown at right. From the front, the texture looks exactly as it was drawn, but on the sides, top, and bottom, stripes appear where the texture is stretched across the model.
Our peanut is radially symmetric, so the cylindrical mapping produces a nice regular texture sketch (left). As a result, the texure on the final object (right) wraps smoothly all the way around the object, with the only distortion at the very top and bottom.
Note the long diagonal lines running from the very left side of the texture sketch to nearly the right side. These are an artifact of the texture sketch, and do not reflect the actual mapping. The problem is that with cylindrical or spherical mapping, the texture folds around to touch itself. Points at the very edge really have two coordinates, one for the left side of the texture and one for the right. When Meshwork saves your file, it actually doubles some of the points in your model and attaches them to whichever side is most appropriate. But the texture sketcher does not do this, so you get these running-across-the-sketch artifacts. Just ignore them, and remember that those faces actually extend to the right.
As you can see in the texture sketch, this has the general effect of given a little more area on the texture map to areas near the "poles" of your object, and a little less area to the middle. This reduces distortion near the ends (poles), especially for objects that are roughly spherical. The difference may be subtle, depending on your geometry. Comparing this result (right) to the cylindrical mapping, you can note two main differences: the grid (which is square in the texture map) appears more regular in cylindrical mapping, but there is also more distortion near the poles.
A final note about texture mapping: Use it efficiently! If some parts of your model are solid color, don't use a texture map for them; just set the material color. You can have up to eight different materials in one Meshwork object, so separate the solid-colored parts from the textured parts, and make every texture element count.
A specific example may help illustrate the concept. Consider your arm. The upper arm bone is attached to the shoulder. The lower arm is attached to the upper arm. The bones of your hand are (roughly speaking) attached to the lower arm. When you move the upper arm, the lower arm and hand must move as well, because those are located in the bone hierarchy below the upper arm. The reverse is not true: you can move your hand without affecting the upper arm at all.
Every bone in Meshwork is identified with a four-character code. These characters can be anything you want, but a recommended set of bone codes for humanoid figures is shown at right. (Of course, many models will not implement all of these bones; but when you make a bone that does roughly match one of these descriptions, using the standard code will help ensure compatibility with others' animation files.) When you add a bone (using the Add Bone tool), you give it a four-character code, and also enter the four-character code of its parent, if any. For the "root" bone(s), not attached to any other bones, the parent is 'None'. The general strategy is to first develop your model geometry. Then add the bones. Finally, select groups of vertices and attach them to the bones using the Set Bone command. |
|